home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / Abakt 0.9.1 / abakt-0.9.1.exe / Abakt.exe / 0 / RCDATA / TF_RESTOREBACKUP / TF_RESTOREBACKUP.txt
Text File  |  2005-04-18  |  9KB  |  386 lines

  1. object f_RestoreBackup: Tf_RestoreBackup
  2.   Left = 349
  3.   Top = 197
  4.   Width = 580
  5.   Height = 400
  6.   Caption = 'Restore Zip Backup'
  7.   Color = clBtnFace
  8.   Constraints.MinHeight = 400
  9.   Constraints.MinWidth = 580
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnClose = FormClose
  18.   OnCloseQuery = FormCloseQuery
  19.   OnCreate = FormCreate
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Splitter: TSplitter
  24.     Left = 0
  25.     Top = 207
  26.     Width = 572
  27.     Height = 6
  28.     Cursor = crVSplit
  29.     Align = alBottom
  30.     AutoSnap = False
  31.     Beveled = True
  32.     MinSize = 36
  33.     ResizeStyle = rsUpdate
  34.   end
  35.   object pnl_Top: TPanel
  36.     Left = 0
  37.     Top = 0
  38.     Width = 572
  39.     Height = 121
  40.     Align = alTop
  41.     BevelInner = bvRaised
  42.     BevelOuter = bvLowered
  43.     TabOrder = 0
  44.     DesignSize = (
  45.       572
  46.       121)
  47.     object lbl_Password: TLabel
  48.       Left = 291
  49.       Top = 93
  50.       Width = 49
  51.       Height = 13
  52.       Alignment = taRightJustify
  53.       Caption = '&Password:'
  54.       FocusControl = ed_Password
  55.     end
  56.     object bt_DestDir: TButton
  57.       Left = 8
  58.       Top = 32
  59.       Width = 129
  60.       Height = 23
  61.       Caption = 'D&estination Directory'
  62.       TabOrder = 2
  63.       OnClick = bt_DestDirClick
  64.     end
  65.     object ed_DestDir: TEdit
  66.       Left = 152
  67.       Top = 35
  68.       Width = 411
  69.       Height = 17
  70.       Anchors = [akLeft, akTop, akRight]
  71.       BevelKind = bkFlat
  72.       BorderStyle = bsNone
  73.       Color = clSilver
  74.       Ctl3D = True
  75.       ParentCtl3D = False
  76.       ReadOnly = True
  77.       TabOrder = 3
  78.     end
  79.     object cb_Overwrite: TCheckBox
  80.       Left = 8
  81.       Top = 64
  82.       Width = 481
  83.       Height = 17
  84.       Caption = 'O&verwrite Existing Files and Directories'
  85.       TabOrder = 4
  86.     end
  87.     object Button2: TButton
  88.       Left = 8
  89.       Top = 88
  90.       Width = 185
  91.       Height = 25
  92.       Action = act_RestoreFiles
  93.       TabOrder = 5
  94.     end
  95.     object bt_ZipArchive: TButton
  96.       Left = 8
  97.       Top = 8
  98.       Width = 129
  99.       Height = 23
  100.       Caption = '&Zip Archive'
  101.       TabOrder = 0
  102.       OnClick = bt_ZipArchiveClick
  103.     end
  104.     object ed_BackupFilename: TEdit
  105.       Left = 152
  106.       Top = 11
  107.       Width = 411
  108.       Height = 17
  109.       Anchors = [akLeft, akTop, akRight]
  110.       BevelKind = bkFlat
  111.       BorderStyle = bsNone
  112.       Color = clSilver
  113.       Ctl3D = True
  114.       ParentCtl3D = False
  115.       ReadOnly = True
  116.       TabOrder = 1
  117.     end
  118.     object ed_Password: TEdit
  119.       Left = 347
  120.       Top = 90
  121.       Width = 216
  122.       Height = 21
  123.       Anchors = [akLeft, akTop, akRight]
  124.       TabOrder = 6
  125.     end
  126.   end
  127.   object gbx_ZipFiles: TGroupBox
  128.     Left = 0
  129.     Top = 121
  130.     Width = 572
  131.     Height = 86
  132.     Align = alClient
  133.     Caption = 'Fi&les'
  134.     TabOrder = 1
  135.     object lv_Files: TListView
  136.       Left = 2
  137.       Top = 15
  138.       Width = 568
  139.       Height = 69
  140.       Align = alClient
  141.       Columns = <
  142.         item
  143.           Caption = 'Name'
  144.           MinWidth = 50
  145.           Width = 100
  146.         end
  147.         item
  148.           Caption = 'Path'
  149.           MinWidth = 50
  150.           Width = 120
  151.         end
  152.         item
  153.           Alignment = taRightJustify
  154.           Caption = 'Size'
  155.           MinWidth = 10
  156.           Width = 60
  157.         end
  158.         item
  159.           Caption = 'Attributes'
  160.           MinWidth = 10
  161.           Width = 42
  162.         end
  163.         item
  164.           Caption = 'Modified'
  165.           MinWidth = 10
  166.           Width = 112
  167.         end
  168.         item
  169.           Alignment = taRightJustify
  170.           Caption = 'Rate (%)'
  171.         end
  172.         item
  173.           Alignment = taRightJustify
  174.           Caption = 'Compressed'
  175.           Width = 60
  176.         end>
  177.       ColumnClick = False
  178.       HideSelection = False
  179.       MultiSelect = True
  180.       ReadOnly = True
  181.       PopupMenu = pop_Files
  182.       SortType = stText
  183.       TabOrder = 0
  184.       ViewStyle = vsReport
  185.     end
  186.   end
  187.   object pnl_Bottom: TPanel
  188.     Left = 0
  189.     Top = 213
  190.     Width = 572
  191.     Height = 160
  192.     Align = alBottom
  193.     BevelOuter = bvNone
  194.     TabOrder = 2
  195.     object gbx_Status: TGroupBox
  196.       Left = 0
  197.       Top = 0
  198.       Width = 572
  199.       Height = 77
  200.       Align = alClient
  201.       Caption = 'Status'
  202.       Constraints.MinHeight = 36
  203.       TabOrder = 0
  204.       object lb_Log: TListBox
  205.         Left = 2
  206.         Top = 15
  207.         Width = 568
  208.         Height = 60
  209.         Align = alClient
  210.         ItemHeight = 13
  211.         TabOrder = 0
  212.       end
  213.     end
  214.     object gbx_Progress: TGroupBox
  215.       Left = 0
  216.       Top = 77
  217.       Width = 572
  218.       Height = 47
  219.       Align = alBottom
  220.       Caption = 'Progress'
  221.       TabOrder = 1
  222.       DesignSize = (
  223.         572
  224.         47)
  225.       object bt_Abort: TButton
  226.         Left = 489
  227.         Top = 16
  228.         Width = 75
  229.         Height = 25
  230.         Action = act_Abort
  231.         Anchors = [akTop, akRight]
  232.         TabOrder = 0
  233.       end
  234.       object pnl_ProfileProgress: TPanel
  235.         Left = 8
  236.         Top = 20
  237.         Width = 472
  238.         Height = 18
  239.         Anchors = [akLeft, akTop, akRight]
  240.         TabOrder = 1
  241.         DesignSize = (
  242.           472
  243.           18)
  244.         object Label4: TLabel
  245.           Left = 4
  246.           Top = 2
  247.           Width = 45
  248.           Height = 13
  249.           Caption = 'Restoring'
  250.         end
  251.         object lbl_ProfilePerc: TLabel
  252.           Left = 433
  253.           Top = 3
  254.           Width = 31
  255.           Height = 13
  256.           Alignment = taRightJustify
  257.           Anchors = [akTop, akRight]
  258.           Caption = '100%'
  259.           Font.Charset = DEFAULT_CHARSET
  260.           Font.Color = clWindowText
  261.           Font.Height = -11
  262.           Font.Name = 'MS Sans Serif'
  263.           Font.Style = [fsBold]
  264.           ParentFont = False
  265.         end
  266.         object pb_Profile: TProgressBar
  267.           Left = 88
  268.           Top = 1
  269.           Width = 336
  270.           Height = 16
  271.           Anchors = [akLeft, akTop, akRight]
  272.           Min = 0
  273.           Max = 100
  274.           Smooth = True
  275.           TabOrder = 0
  276.         end
  277.       end
  278.     end
  279.     object Panel1: TPanel
  280.       Left = 0
  281.       Top = 124
  282.       Width = 572
  283.       Height = 36
  284.       Align = alBottom
  285.       BevelOuter = bvNone
  286.       TabOrder = 2
  287.       DesignSize = (
  288.         572
  289.         36)
  290.       object bt_Close: TButton
  291.         Left = 489
  292.         Top = 6
  293.         Width = 75
  294.         Height = 25
  295.         Action = act_Close
  296.         Anchors = [akTop, akRight]
  297.         Cancel = True
  298.         TabOrder = 0
  299.       end
  300.       object Button1: TButton
  301.         Left = 8
  302.         Top = 6
  303.         Width = 121
  304.         Height = 25
  305.         Action = act_SaveLog
  306.         TabOrder = 1
  307.       end
  308.     end
  309.   end
  310.   object ActionList: TActionList
  311.     Left = 296
  312.     Top = 152
  313.     object act_Abort: TAction
  314.       Caption = '&Abort'
  315.       OnExecute = act_AbortExecute
  316.     end
  317.     object act_Close: TAction
  318.       Caption = '&Close'
  319.       ShortCut = 16471
  320.       OnExecute = act_CloseExecute
  321.     end
  322.     object act_SaveLog: TAction
  323.       Caption = '&Save Log'
  324.       ShortCut = 16467
  325.       OnExecute = act_SaveLogExecute
  326.     end
  327.     object act_RestoreFiles: TAction
  328.       Caption = '&Restore Selected Files'
  329.       ShortCut = 16466
  330.       OnExecute = act_RestoreFilesExecute
  331.     end
  332.     object act_SelectAllFiles: TAction
  333.       Caption = 'Select &All'
  334.       ShortCut = 16449
  335.       OnExecute = act_SelectAllFilesExecute
  336.     end
  337.   end
  338.   object sdlg_Log: TSaveDialog
  339.     DefaultExt = 'log'
  340.     Filter = 'Log File (*.log)|*.log|Any File (*.*)|*.*'
  341.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
  342.     Title = 'Save log file'
  343.     Left = 240
  344.     Top = 152
  345.   end
  346.   object ZipForge: TZipForge
  347.     ExtractCorruptedFiles = False
  348.     CompressionLevel = clNone
  349.     CompressionMode = 0
  350.     CurrentVersion = '2.60 '
  351.     SpanningMode = smNone
  352.     SpanningOptions.AdvancedNaming = False
  353.     SpanningOptions.VolumeSize = vsAutoDetect
  354.     Options.OverwriteMode = omPrompt
  355.     Options.SearchAttr = 0
  356.     Options.FlushBuffers = True
  357.     Options.OEMFileNames = True
  358.     InMemory = False
  359.     OnFileProgress = ZipForgeFileProgress
  360.     OnOverallProgress = ZipForgeOverallProgress
  361.     OnConfirmOverwrite = ZipForgeConfirmOverwrite
  362.     OnProcessFileFailure = ZipForgeProcessFileFailure
  363.     OnRequestFirstVolume = ZipForgeRequestFirstVolume
  364.     OnRequestLastVolume = ZipForgeRequestLastVolume
  365.     OnRequestMiddleVolume = ZipForgeRequestMiddleVolume
  366.     Zip64Mode = zmAuto
  367.     Left = 184
  368.     Top = 152
  369.   end
  370.   object odlg_Backup: TOpenDialog
  371.     DefaultExt = 'zip'
  372.     Filter = 'Zip Files (*.zip)|*.zip|Any File (*.*)|*.*'
  373.     Options = [ofPathMustExist, ofFileMustExist, ofEnableSizing]
  374.     Title = 'Select an Archive to Restore'
  375.     Left = 368
  376.     Top = 152
  377.   end
  378.   object pop_Files: TPopupMenu
  379.     Left = 80
  380.     Top = 152
  381.     object mi_SelectAll: TMenuItem
  382.       Action = act_SelectAllFiles
  383.     end
  384.   end
  385. end
  386.